home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / mac / ABFACTS.DIR / 00742_Script_startmovie < prev    next >
Text File  |  1995-09-06  |  671b  |  27 lines

  1. Global gBtn16, gBtn18, gWhatMovie,gTheHelpIsOn,gReInitGlobals
  2.  
  3. on StartMovie
  4.   set gBtn16 = birth(script "a3StateButton", 46, 1931, "SA141819.AIF", "CrossEBFacts", "HandCursor")
  5.   set gBtn18 = birth(script "a3StateButton", 48, 1928, "SA141819.AIF", "CrossVBFacts", "HandCursor")
  6.   put "AztecW" into gWhatMovie
  7.   if gReInitGlobals = 1 then
  8.     AGlobalsSetUpFromTheatre
  9.     set gReInitGlobals = 0
  10.   end if
  11.   AGlobalsSetUpBF
  12.   set gTheHelpIsOn = 0
  13.   BFSetUp
  14.   FrameSetUpEV 489, "HowDoWeKnowCross", "ATime", "resetBF"
  15. end
  16.  
  17.  
  18. on StopMovie
  19.   hidecontrol (gBtn16)
  20.   hidecontrol (gBtn18)
  21.   set gBtn16 = 0  
  22.   set gBtn18 = 0
  23.   BFKILL
  24.   unload 1, 425
  25. end
  26.  
  27.